/////////////////////////////
// CubeCart v3 3.0.0 to 3.0.1 
// UPGRADE INSTRUCTIONS
/////////////////////////////

PLEASE TAKE A FULL BACKUP OF YOUR CURRENT SITE FILES AND 
DATABASE DUMP BEFORE PROCEEDING WITH THE UPGRADE PROCESS

+------------------------------------------------
| 1. Auto Method
+------------------------------------------------
a. 	Upload every file to the server replacing your existing ones excluding: 

	includes/global.inc.php
	install/
	language/*/*.inc.php (If they have been modified)

b. 	Upload upgrade/scripts/3.0.0-3.0.1/upgrade.php to the store root.

e. 	Run the script in your browser. 

f.	Delete this file after upgrade for security reasons.

g. 	Your store should have been upgraded.
+------------------------------------------------
| 2. Manual Method 
+------------------------------------------------
a. 	Upload every file to the server replacing your existing ones excluding: 

	includes/global.inc.php 

b. 	Run the following sql command using a tool such as phpMyAdmin

	Replace *PREFIX* with your store tables prefix if you have one.

	ALTER TABLE `*PREFIX*CubeCart_order_inv` ADD `stockUpdated` INT DEFAULT '0' NOT NULL ; 

c. 	Your store should have been upgraded.
+------------------------------------------------
